body {
  font-family: '微软雅黑';
}
.banner .num {
  display: flex;
}
.banner .num li {
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  border-radius: 50px;
  background: #329b34;
}
.banner .num li.num_hover {
  width: 24px;
  height: 24px;
  padding: 2px;
  background: #fff;
  border: 1px solid #329b34;
}
.banner .num li a {
  width: 18px;
  height: 18px;
  background: #329b34;
  border-radius: 50px;
}
.container {
  max-width: 1200px;
  padding: 0;
}
.row {
  margin: 0;
}
.flex {
  display: flex;
}
.col-left,
.col-right {
  position: relative;
  min-height: 1px;
}
.align-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.banner {
  height: 500px;
}
.green {
  color: #2db630;
}
p {
  color: #333;
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url(../images/demo/arrow_l.png);
  left: -100px;
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url(../images/demo/arrow_r.png);
  right: -100px;
}
.swiper-container,
.swiper-container-problem {
  position: initial;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.swiper-container-problem {
  max-width: 1000px;
}
.swiper-container-problem .swiper-wrapper {
  transition-timing-function: linear;
}
.tab-content {
  position: relative;
}
header .header-logo .header-logo-wrap {
  justify-content: space-between;
  padding: 15px 0;
}
header .header-logo .header-logo-wrap .logo-tel span {
  font-size: 16px;
  font-weight: bold;
  color: #8ec31f;
}
header .header-logo .header-logo-wrap .logo-tel p {
  padding-top: 10px;
}
header .header-logo .header-logo-wrap .logo-tel .flex {
  align-items: center;
}
header .header-logo .header-logo-wrap .logo-tel .flex span {
  padding-left: 5px;
}
header .header-nav {
  background: url(../images/nav_bg.jpg) repeat-x;
}
header .header-nav .nav {
  background-color: transparent;
  height: 55px;
}
header .header-nav .nav li {
  width: 150px;
  height: 55px;
  line-height: 55px;
}
header .header-nav .nav li a {
  font-size: 15px;
  height: 55px;
  line-height: 55px;
  padding: 0;
}
header .header-nav .nav li a:hover,
header .header-nav .nav li a:focus {
  background: #8ec31f;
}
header .header-nav .nav li:hover {
  background: #8ec31f;
}
.searching .header-top {
  padding: 25px 0;
  justify-content: space-between;
}
.searching .header-top .k1 a {
  color: #999999;
}
.searching .header-top .search {
  background-color: transparent;
  align-items: center;
}
.searching .header-top .search .hotSearch a,
.searching .header-top .search .hotSearch {
  color: #999999;
}
.searching .header-top .search .hotSearch a {
  padding-right: 5px;
}
.searching .header-top #formsearch {
  margin-left: 70px;
  width: initial;
  position: relative;
}
.searching .header-top #formsearch input#keyword {
  color: #999999;
  padding: 6px 0;
  border: #329b34 1px solid;
  padding-left: 40px;
  border-right: none;
}
.searching .header-top #formsearch > div::before {
  content: url(../images/search_bg.png);
  position: absolute;
  width: 18px;
  height: 18px;
  top: 50%;
  margin-top: -9px;
  left: 15px;
}
.searching .header-top #formsearch input#s_btn {
  padding: 6px 20px;
  border: none;
  background: #329b34;
  color: #fff;
}
section.one .title {
  text-align: center;
  padding-bottom: 50px;
}
section.one .title h2 {
  color: #329b34;
  font-size: 34px;
  padding-bottom: 10px;
}
section.one .title p {
  font-size: 16px;
  color: #333333;
}
section.one .content {
  justify-content: space-evenly;
}
section.one .content .feature {
  position: relative;
  width: 299px;
}
section.one .content .feature:not(:last-child)::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 120px;
  background: #ccc;
  top: 20px;
  right: -20px;
}
section.one .content .feature div p:last-child {
  text-align: left;
  font-size: 14px;
  color: #666666;
   width: 276px;
    margin-left:30px;
}
section.one .content .feature div p:first-child {
  font-size: 18px;
  color: #333333;
  padding: 15px 0;
}
section.one .content .feature .feature-logo {
  display: inline-block;
  width: 77px;
  height: 77px;
  line-height: 77px;
  background: #329b34;
  border-radius: 100px;
}
section.one .content .feature .feature-logo:hover {
  background: #8ec31f;
}
section.two {
  padding-top: 60px;
}
section.two .title {
  padding-bottom: 70px;
}
section.two .title h2 {
  font-size: 30px;
  font-weight: bold;
  color: #333333;
}
section.two .product-menu .one {
  background: #329b34;
  color: #fff;
  text-align: center;
  padding: 20px 10px;
  min-width: 144px;
}
section.two .product-menu .one h3 {
  font-size: 20px;
  position: relative;
  margin-bottom: 30px;
  padding-top: 10px;
}
section.two .product-menu .one h3::after {
  height: 2px;
  width: 40px;
  content: "";
  background: #fff;
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -20px;
}
section.two .product-menu .one p {
  font-size: 14px;
  font-style: italic;
  text-transform: uppercase;
  color: #fff;
}
section.two .product-menu .two {
  width: 100%;
  border: 1px solid #cccccc;
}
section.two .product-menu .two ul.flex {
  flex-wrap: wrap;
}
section.two .product-menu .two ul.flex li {
  position: relative;
  font-size: 16px;
  color: #333333;
  padding: 20px;
}
section.two .product-menu .two ul.flex li::before {
  content: url(../images/demo/product_li.png);
  padding-right: 10px;
}
section.two .product-menu .two ul.flex.two {
  border: none;
  border-top: 1px dashed #ccc;
}
section.two .product-menu .two ul.flex.two li {
  border: none;
}
section.two .product-list {
  padding-top: 60px;
}
section.two .product-list .row {
  margin: 0 -15px;
}
section.two .product-list .row .single-product-wrap {
  padding-bottom: 20px;
}
section.two .product-list .row .single-product-wrap p {
  font-size: 14px;
  color: #333;
  padding: 20px 0;
}
section.three {
  padding-top: 60px;
}
section.three .title {
  padding-bottom: 50px;
}
section.three .title h2 {
  color: #333333;
  font-size: 34px;
  padding-bottom: 10px;
}
section.three .title h2 span {
  padding-left: 20px;
}
section.three .title p {
  font-size: 16px;
  color: #333333;
}
section.three > .content {
  background: url(../images//demo/three_bg.jpg) no-repeat;
  padding: 70px 0;
      margin-left: -184px;
}
section.three > .content .advantage-list-wrap {
  padding: 0px 30px 20px;
      margin-left: 86px;
  max-width: 750px;
  background: rgba(255, 255, 255, 0.94);
}
section.three > .content .advantage-list-wrap .single-advantage-wrap {
  padding-top: 20px;
  text-align: center;
}
/*section.three > .content .advantage-list-wrap .single-advantage-wrap .title:hover {*/
/*  position: relative;*/
/*  bottom: 10px;*/
/*}*/
section.three > .content .advantage-list-wrap .single-advantage-wrap > p {
  padding: 0 20px;
  color: #333333;
}
section.three > .content .advantage-list-wrap .single-advantage-wrap .title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 98px;
  height: 98px;
  margin: 10px auto;
  padding: 0 10px;
  background: url(../images/demo/advantage_bg.png) no-repeat;
}
section.three > .content .advantage-list-wrap .single-advantage-wrap .title p {
  color: #fff;
  font-size: 13px;
  text-align: center;
  cursor: pointer;
}
section.four {
  padding: 60px 0;
}
section.four .title h2 {
  color: #333333;
  font-size: 34px;
  padding-bottom: 10px;
}
section.four .title h2 .sec {
  padding-left: 10px;
  color: #c8c7c7;
  font-family: 'Arial';
  font-size: 19px;
  text-transform: uppercase;
  font-weight: normal;
}
section.four .content {
  padding-top: 60px;
}
section.four .content .row {
  margin: 0 -50px;
}
section.four .content .row .col-xs-6 {
  padding: 0 50px;
}
section.four .content .news-wrapper > .title {
  background: #e6e6e6;
  position: relative;
}
section.four .content .news-wrapper > .title h3 {
  width: 185px;
  font-size: 18px;
  color: #fff;
  display: inline-block;
  padding: 20px;
  background: #329b34;
  font-weight: normal;
}
section.four .content .news-wrapper > .title h3 span {
  text-transform: uppercase;
  color: #bec8de;
  font-size: 14px;
  padding-left: 5px;
}
section.four .content .news-wrapper > .title a {
  color: #fff;
  position: absolute;
  right: 0;
  top: 0;
  padding: 10px 25px;
  background: #666666;
}
section.four .content .news-wrapper .single-news-content {
  padding: 25px 0;
}
section.four .content .news-wrapper .single-news-content .info {
  margin-left: 30px;
  font-size: 12px;
}
section.four .content .news-wrapper .single-news-content .info .title {
  font-size: 14px;
  justify-content: space-between;
  padding: 25px 0;
}
section.four .content .news-wrapper .single-news-content .info .title:hover a {
  color: #329b34;
}
section.four .content .news-wrapper .news-list-wrap ul {
  border-top: 1px dashed #cccccc;
  border-bottom: 1px dashed #cccccc;
}
section.four .content .news-wrapper .news-list-wrap ul li {
  padding: 20px 0;
}
section.four .content .news-wrapper .news-list-wrap ul li:not(:last-child) {
  border-bottom: 1px dashed #cccccc;
}
section.four .content .news-wrapper .news-list-wrap ul li p {
        text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  color: #333333;
  padding-left: 20px;
  font-size: 14px;
}
section.four .content .news-wrapper .news-list-wrap ul li p span {
  padding-right: 60px;
  font-size: 20px;
}
section.four .content .news-wrapper .news-list-wrap ul li p:hover {
  color: #329b34;
}
section.four .bottom {
  margin-top: 30px;
}
section.four .bottom .one {
  background: #329b34;
  min-width: 155px;
}
section.four .bottom .one .title {
  text-align: center;
  padding: 30px 30px 90px 30px;
  background: url(../images/demo/problem_o.png) no-repeat;
  background-position: 30% 80%;
}
section.four .bottom .one .title p:first-child {
  font-size: 20px;
  color: #fff;
}
section.four .bottom .one .title p:last-child {
  font-size: 16px;
  color: #d0d8e6;
  font-family: 'Arial';
  text-transform: uppercase;
}
section.four .bottom .one:hover .title {
  background: url(../images/demo/problem_t.png) no-repeat;
  background-position: 30% 80%;
}
section.four .bottom .two {
  margin-left: 30px;
  width: 100%;
}
section.four .bottom .two .row .col-xs-4 {
  padding: 0 25px;
}
section.four .bottom .two .row .problem-wrapper p {
  display: flex;
  align-items: center;
  padding-top: 15px;
  font-size: 14px;
  color: #333;
}
section.four .bottom .two .row .problem-wrapper p:first-child::before {
  content: url(../images/demo/problem_q.jpg);
  padding-right: 10px;
}
section.four .bottom .two .row .problem-wrapper p:nth-child(2)::before {
  content: url(../images/demo/problem_a.jpg);
  padding-right: 10px;
}
section.four .bottom .two .row .problem-wrapper a {
  font-size: 12px;
  color: #999;
  padding: 5px 15px;
  border: 1px solid #ccc;
  margin-top: 30px;
  display: inline-block;
}
section.five {
    background: url(../images/demo/five_bg.jpg) no-repeat;
    padding: 60px 0;
    position: relative;
    width: 1920px;
    left: 50%;
    margin-left: -960px;
}
section.five .title h2 {
  color: #2db630;
  font-size: 34px;
  padding-bottom: 10px;
}
section.five .title h2 .sec {
  padding-left: 10px;
  color: #2db630;
  font-family: 'Arial';
  font-size: 19px;
  text-transform: uppercase;
  font-weight: normal;
}
section.five .container .info {
  /*box-shadow: 1px 2px 10px 5px rgba(0, 0, 0, 0.1);*/
  margin-top: 40px;
  padding: 60px 30px;
}
section.five .container .info p {
  font-size: 18px;
}
section.five .container .info .company-tab .tab-area > .flex {
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 10px;
}
section.five .container .info .company-tab .tab-area > .flex li {
  margin-right: 20px;
}
section.five .container .info .company-tab .tab-area > .flex li.active a {
  color: #329b34;
}
section.five .container .info .company-tab .tab-area > .flex li a {
  font-size: 18px;
  color: #333;
  font-weight: bold;
}
section.five .container .info .company-tab .tab-area .tab-body {
  margin-top: 35px;
}
section.five .container .info .company-tab .tab-area .tab-body .swiper-wrapper {
  transition-timing-function: linear;
  text-align: center;
}
section.five .container .info .company-tab .tab-area .tab-body .swiper-wrapper .img {
  border: 1px solid #ccc;
  padding: 10px;
}
section.five .container .info .company-tab .tab-area .tab-body .swiper-wrapper .img img{
    width: 242px;
    height: 160px;
}
section.five .container .info .company-tab .tab-area .tab-body .swiper-wrapper p {
  padding-top: 20px;
  font-size: 14px;
}
section.form {
  padding: 60px 0;
  background: #f5f5f5;
}
section.form .row .col-xs-6 {
  background: #fff;
  padding: 0;
}
section.form .row .col-xs-6 form {
  padding: 20px 0 19px;
}
section.form .row .col-xs-6 form h2 {
  font-size: 20px;
  color: #333333;
  font-weight: bold;
}
section.form .row .col-xs-6 form > p {
  font-size: 14px;
  color: #666666;
  padding-top: 10px;
}
section.form .row .col-xs-6 form input {
  border: 1px solid #ccc;
  width: 277px;
  padding-left: 20px;
  font-size: 14px;
  color: #666666;
  font-weight: normal;
  margin-top: 20px;
  padding-top: 6px;
  padding-bottom: 6px;
}
section.form .row .col-xs-6 form input#name,
section.form .row .col-xs-6 form input#email {
  margin-right: 25px;
}
section.form .row .col-xs-6 form textarea#content {
  margin-top: 20px;
  height: 115px;
  font-size: 14px;
  color: #666666;
  font-weight: normal;
  padding: 10px 20px;
  width: 583px;
}
section.form .row .col-xs-6 form .bottom #code > input {
  margin: 0;
}
section.form .row .col-xs-6 form .bottom > input {
  font-size: 20px;
  color: #fff;
  padding: 8px 50px;
  width: auto;
}
section.form .row .col-xs-6 form .bottom > input.subbtn {
  background: #329b34;
  margin-right: 160px;
}
section.form .row .col-xs-6 form .bottom > input.resbtn {
  background: #ababab;
}
footer {
  background: #2a892c;
}
footer .friend-link {
  position: relative;
  top: 0px;
  background: #329b34;
}
footer .friend-link .container {
  background: #329b34;
  align-items: center;
}
footer .friend-link .container p:first-child {
  padding: 10px 20px;
  color: #fff;
  font-size: 20px;
  flex: 1;
}
footer .friend-link .container p:first-child span {
  font-family: 'Arial';
  padding-left: 5px;
  font-size: 19px;
}
footer .friend-link .container p:last-child {
  background: #329b34;
  padding: 10px 0;
  margin-top: 10px;
  flex: 7;
  padding-left: 15px;
}
footer .friend-link .container p:last-child a {
  font-size: 16px;
  color: #fff;
  padding-right: 50px;
}
footer .footer-company-wrap {
  margin: 60px 0;
}
footer .footer-company-wrap .content-wrap {
  justify-content: space-between;
}
footer .footer-company-wrap .content-wrap .content-left .company-info {
  line-height: 28px;
  padding-left: 60px;
}
footer .footer-company-wrap .content-wrap .content-left .company-info li p {
  font-size: 16px;
  color: #fff;
}
footer .footer-company-wrap .content-wrap .content-right {
  margin-right: 70px;
}
footer .footer-company-wrap .content-wrap .content-right .codes .one {
  padding-right: 40px;
}
footer .footer-company-wrap .content-wrap .content-right .codes p {
  font-size: 14px;
  color: #fff;
  padding-top: 10px;
}
footer .footer {
  background: #106f12;
}
footer .footer .copyright {
  padding: 10px 0;
}
footer .footer .copyright,
footer .footer .copyright a {
  width: 817px;
  margin: 0 auto;
  text-align: left;
  font-size: 12px;
  color: #fff;
}


/*repair*/
section.four .news-wrapper .single-news-content .info .title > p{
    text-overflow: ellipsis;
    max-width: 245px;
    white-space: nowrap;
    overflow: hidden;
}


.feature-logo{
    cursor: pointer;
}